What is a Analysis?

Analysis is the process of breaking a complex topic or substance into smaller parts in order to gain a better understanding of it. The technique has been applied in the study of mathematics and logic since before Aristotle, though analysis as a formal concept is a relatively recent development.(Wikipedia)

The Whole Shootin Match: Jan. 23,2020 - July 8, 2020

Total Daily Cases and Deaths

Total Cumulative Cases

Weekly Totals for Cases and Deaths

## `summarise()` ungrouping output (override with `.groups` argument)
## `summarise()` ungrouping output (override with `.groups` argument)
## `summarise()` ungrouping output (override with `.groups` argument)
plot_4 <- ggplot() + geom_col(data=JHU_Weekly,aes(x=Weekly,y=DC_Sum)) +
  labs(title="John Hopkins Weekly US Cases")
  
plot_5 <- ggplot() + geom_col(data=JHU_Weekly,aes(x=Weekly,y=DD_Sum)) +
  labs(title="John Hopkins Weekly US Deaths")      
ggplotly(plot_3)
ggplotly(plot_4)
## Warning: Removed 1 rows containing missing values (position_stack).
ggplotly(plot_5)
## Warning: Removed 1 rows containing missing values (position_stack).
ggplotly(plot_6)
ggplotly(plot_7)

Look Back at the April 2020 Spike